Html Css Color HEX #6441FF Neon Blue

📋 copy color: '#6441FF'

red 100 ◦ green 65 ◦ blue 255

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

Shades of Neon Blue #6441FF

Tints of Neon Blue #6441FF

RGB

 RED value IS 100 (39.45% from 255) = 23.81%

 GREEN value IS 65 (25.78% from 255) = 15.48%

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

R = 23.81%
G = 15.48%
B = 60.71%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6441FF (or 0x6441FF) is known color: Neon Blue. HEX triplet: 64, 41 and FF. RGB value is (100,65,255). Sum of RGB (Red+Green+Blue) = 100+65+255=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #6441FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6441FF is #9BBE00. Grayscale: #606060. Windows color (decimal): -10206721 or 16728420. OLE color: 16728420.

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

Color convert

RGB 100 65 255 -
CMYK 0.61 0.75 0 0
HSL 251.05º 1% 0.63% -
HSV(B) 251.05º 0.75% 1% -
XYZ 25.2 13.71 95.93 -
YUV 97.13 217.1 130.05 -
System Red Green Blue C M Y K H S L
Decimal 100 65 255 0.61 0.75 0 0 251.05 1 0.63
Hex 64 41 FF 3D 4B 0 0 FB 64 3F
Octal 144 101 377 75 113 0 0 373 144 77
Binary 1100100 1000001 11111111 111101 1001011 0 0 11111011 1100100 111111

Color Harmonies of #6441FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6441FF

Black with #6441FF

Text Example


Text Example

White with #6441FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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