#6442ED

Color #6442ED Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #6442ED

Tints of Neon Blue #6442ED

Color information

#6442ED (or 0x6442ED) is unknown color: approx Neon Blue. HEX triplet: 64, 42 and ED. RGB value is (100,66,237). Sum of RGB (Red+Green+Blue) = 100+66+237=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 237 (92.97% from 255 or 58.81% from 403); Max value from RGB is 237 - color contains mainly: blue. Hex color #6442ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6442ED is #9BBD12. Grayscale: #5F5F5F. Windows color (decimal): -10206483 or 15549028. OLE color: 15549028.

HSL color Cylindrical-coordinate representation of color #6442ED: hue angle of 251.93º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6442ED is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10066237-
CMYK0.580.7200.07
HSL251.93º82.61%59.41%-
HSV(B)251.93º72.15%92.94%-
XYZ22.4912.7281.39-
YUV95.66207.76131.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 24.81%
GREEN value IS 66 (26.17% from 255) = 16.38%
BLUE value IS 237 (92.97% from 255) = 58.81%
R=24.81%
G=16.38%
B=58.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal100662370.580.7200.07251.9382.6159.41
Hex6442ED3A4807fc533b
Octal144102355721100737412373
Binary110010010000101110110111101010010000111111111001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6442ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6442ED; }

 p { color: rgb(100,66,237); }

 H1.HeaderClassName
 {
   color: #6442ED;
 }
 .AnyTagClassName
 {
   color: #6442ED;
 }
</style>
background-color css

<style>
 a { background-color: #6442ED; }

 a { background-color: rgb(100,66,237); }

 div.DivClassName
 {
   background-color: #6442ED;
 }
 .BgClassName
 {
   background-color: #6442ED;
 }
</style>
border-color css

<style>
 span { border-color: #6442ED; }

 span { border-color: rgb(100,66,237); }

 td.TdClassName
 {
   border-color: #6442ED;
 }
 .TagClassName
 {
   border-color: #6442ED;
 }
</style>