Html Css Color HEX #6264FF Neon Blue

📋 copy color: '#6264FF'

red 98 ◦ green 100 ◦ blue 255

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

Shades of Neon Blue #6264FF

Tints of Neon Blue #6264FF

RGB

 RED value IS 98 (38.67% from 255) = 21.63%

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

 BLUE value IS 255 (100% from 255) = 56.29%

R = 21.63%
G = 22.08%
B = 56.29%

CMYK

 C value IS 0.62

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6264FF (or 0x6264FF) is known color: Neon Blue. HEX triplet: 62, 64 and FF. RGB value is (98,100,255). Sum of RGB (Red+Green+Blue) = 98+100+255=453 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.63% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #6264FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6264FF is #9D9B00. Grayscale: #747474. Windows color (decimal): -10328833 or 16737378. OLE color: 16737378.

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

Color convert

RGB 98 100 255 -
CMYK 0.62 0.61 0 0
HSL 239.24º 1% 0.69% -
HSV(B) 239.24º 0.62% 1% -
XYZ 27.64 18.93 96.8 -
YUV 117.07 205.84 114.4 -
System Red Green Blue C M Y K H S L
Decimal 98 100 255 0.62 0.61 0 0 239.24 1 0.69
Hex 62 64 FF 3E 3D 0 0 EF 64 45
Octal 142 144 377 76 75 0 0 357 144 105
Binary 1100010 1100100 11111111 111110 111101 0 0 11101111 1100100 1000101

Color Harmonies of #6264FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6264FF

Black with #6264FF

Text Example


Text Example

White with #6264FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6264FF; }

 p { color: rgb(98,100,255); }

 H1.HeaderClassName
 {
   color: #6264FF;
 }
 .AnyTagClassName
 {
   color: #6264FF;
 }
</style>

background-color css

<style>
 a { background-color: #6264FF; }

 a { background-color: rgb(98,100,255); }

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

border-color css

<style>
 span { border-color: #6264FF; }

 span { border-color: rgb(98,100,255); }

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