Html Css Color HEX #6364FF Neon Blue

📋 copy color: '#6364FF'

red 99 ◦ green 100 ◦ blue 255

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

Shades of Neon Blue #6364FF

Tints of Neon Blue #6364FF

RGB

 RED value IS 99 (39.06% from 255) = 21.81%

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

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

R = 21.81%
G = 22.03%
B = 56.17%

CMYK

 C value IS 0.61

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6364FF (or 0x6364FF) is known color: Neon Blue. HEX triplet: 63, 64 and FF. RGB value is (99,100,255). Sum of RGB (Red+Green+Blue) = 99+100+255=454 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.81% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #6364FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6364FF is #9C9B00. Grayscale: #747474. Windows color (decimal): -10263297 or 16737379. OLE color: 16737379.

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

Color convert

RGB 99 100 255 -
CMYK 0.61 0.61 0 0
HSL 239.62º 1% 0.69% -
HSV(B) 239.62º 0.61% 1% -
XYZ 27.75 18.99 96.81 -
YUV 117.37 205.67 114.9 -
System Red Green Blue C M Y K H S L
Decimal 99 100 255 0.61 0.61 0 0 239.62 1 0.69
Hex 63 64 FF 3D 3D 0 0 F0 64 45
Octal 143 144 377 75 75 0 0 360 144 105
Binary 1100011 1100100 11111111 111101 111101 0 0 11110000 1100100 1000101

Color Harmonies of #6364FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6364FF

Black with #6364FF

Text Example


Text Example

White with #6364FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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