Html Css Color HEX #6441FA Neon Blue

📋 copy color: '#6441FA'

red 100 ◦ green 65 ◦ blue 250

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

Shades of Neon Blue #6441FA

Tints of Neon Blue #6441FA

RGB

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

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

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

R = 24.1%
G = 15.66%
B = 60.24%

CMYK

 C value IS 0.6

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6441FA (or 0x6441FA) is known color: Neon Blue. HEX triplet: 64, 41 and FA. RGB value is (100,65,250). Sum of RGB (Red+Green+Blue) = 100+65+250=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #6441FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6441FA is #9BBE05. Grayscale: #5F5F5F. Windows color (decimal): -10206726 or 16400740. OLE color: 16400740.

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

Color convert

RGB 100 65 250 -
CMYK 0.6 0.74 0 0.02
HSL 251.35º 0.95% 0.62% -
HSV(B) 251.35º 0.74% 0.98% -
XYZ 24.4 13.39 91.74 -
YUV 96.56 214.6 130.46 -
System Red Green Blue C M Y K H S L
Decimal 100 65 250 0.6 0.74 0 0.02 251.35 0.95 0.62
Hex 64 41 FA 3C 4A 0 2 FB 5F 3E
Octal 144 101 372 74 112 0 2 373 137 76
Binary 1100100 1000001 11111010 111100 1001010 0 10 11111011 1011111 111110

Color Harmonies of #6441FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6441FA

Black with #6441FA

Text Example


Text Example

White with #6441FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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