Html Css Color HEX #6064FE Neon Blue

📋 copy color: '#6064FE'

red 96 ◦ green 100 ◦ blue 254

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

Shades of Neon Blue #6064FE

Tints of Neon Blue #6064FE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.22%

 BLUE value IS 254 (99.61% from 255) = 56.44%

R = 21.33%
G = 22.22%
B = 56.44%

CMYK

 C value IS 0.62

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6064FE (or 0x6064FE) is known color: Neon Blue. HEX triplet: 60, 64 and FE. RGB value is (96,100,254). Sum of RGB (Red+Green+Blue) = 96+100+254=450 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.33% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #6064FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6064FE is #9F9B01. Grayscale: #737373. Windows color (decimal): -10459906 or 16671840. OLE color: 16671840.

HSL color Cylindrical-coordinate representation of color #6064FE: hue angle of 238.48º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6064FE is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 96 100 254 -
CMYK 0.62 0.61 0 0.00
HSL 238.48º 0.99% 0.69% -
HSV(B) 238.48º 0.62% 1% -
XYZ 27.27 18.76 95.95 -
YUV 116.36 205.67 113.48 -
System Red Green Blue C M Y K H S L
Decimal 96 100 254 0.62 0.61 0 0.00 238.48 0.99 0.69
Hex 60 64 FE 3E 3D 0 0 EE 63 45
Octal 140 144 376 76 75 0 0 356 143 105
Binary 1100000 1100100 11111110 111110 111101 0 0 11101110 1100011 1000101

Color Harmonies of #6064FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6064FE

Black with #6064FE

Text Example


Text Example

White with #6064FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6064FE; }

 p { color: rgb(96,100,254); }

 H1.HeaderClassName
 {
   color: #6064FE;
 }
 .AnyTagClassName
 {
   color: #6064FE;
 }
</style>

background-color css

<style>
 a { background-color: #6064FE; }

 a { background-color: rgb(96,100,254); }

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

border-color css

<style>
 span { border-color: #6064FE; }

 span { border-color: rgb(96,100,254); }

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