Html Css Color HEX #6066FA Neon Blue

📋 copy color: '#6066FA'

red 96 ◦ green 102 ◦ blue 250

#6066FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #6066FA

Tints of Neon Blue #6066FA

RGB

 RED value IS 96 (37.89% from 255) = 21.43%

 GREEN value IS 102 (40.23% from 255) = 22.77%

 BLUE value IS 250 (98.05% from 255) = 55.8%

R = 21.43%
G = 22.77%
B = 55.8%

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6066FA (or 0x6066FA) is known color: Neon Blue. HEX triplet: 60, 66 and FA. RGB value is (96,102,250). Sum of RGB (Red+Green+Blue) = 96+102+250=448 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.43% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #6066FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6066FA is #9F9905. Grayscale: #747474. Windows color (decimal): -10459398 or 16410208. OLE color: 16410208.

HSL color Cylindrical-coordinate representation of color #6066FA: hue angle of 237.66º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6066FA is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 102 250 -
CMYK 0.62 0.59 0 0.02
HSL 237.66º 0.94% 0.68% -
HSV(B) 237.66º 0.62% 0.98% -
XYZ 26.83 18.89 92.67 -
YUV 117.08 203.01 112.97 -
System Red Green Blue C M Y K H S L
Decimal 96 102 250 0.62 0.59 0 0.02 237.66 0.94 0.68
Hex 60 66 FA 3E 3B 0 2 EE 5E 44
Octal 140 146 372 76 73 0 2 356 136 104
Binary 1100000 1100110 11111010 111110 111011 0 10 11101110 1011110 1000100

Color Harmonies of #6066FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6066FA

Black with #6066FA

Text Example


Text Example

White with #6066FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6066FA; }

 p { color: rgb(96,102,250); }

 H1.HeaderClassName
 {
   color: #6066FA;
 }
 .AnyTagClassName
 {
   color: #6066FA;
 }
</style>

background-color css

<style>
 a { background-color: #6066FA; }

 a { background-color: rgb(96,102,250); }

 div.DivClassName
 {
   background-color: #6066FA;
 }
 .BgClassName
 {
   background-color: #6066FA;
 }
</style>

border-color css

<style>
 span { border-color: #6066FA; }

 span { border-color: rgb(96,102,250); }

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