Html Css Color HEX #6445FD Neon Blue

📋 copy color: '#6445FD'

red 100 ◦ green 69 ◦ blue 253

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

Shades of Neon Blue #6445FD

Tints of Neon Blue #6445FD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.35%

 BLUE value IS 253 (99.22% from 255) = 59.95%

R = 23.7%
G = 16.35%
B = 59.95%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6445FD (or 0x6445FD) is known color: Neon Blue. HEX triplet: 64, 45 and FD. RGB value is (100,69,253). Sum of RGB (Red+Green+Blue) = 100+69+253=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 253 (99.22% from 255 or 59.95% from 422); Max value from RGB is 253 - color contains mainly: blue. Hex color #6445FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6445FD is #9BBA02. Grayscale: #626262. Windows color (decimal): -10205699 or 16598372. OLE color: 16598372.

HSL color Cylindrical-coordinate representation of color #6445FD: hue angle of 250.11º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6445FD is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 69 253 -
CMYK 0.60 0.73 0 0.01
HSL 250.11º 0.98% 0.63% -
HSV(B) 250.11º 0.73% 0.99% -
XYZ 25.11 14.06 94.32 -
YUV 99.25 214.77 128.54 -
System Red Green Blue C M Y K H S L
Decimal 100 69 253 0.60 0.73 0 0.01 250.11 0.98 0.63
Hex 64 45 FD 3C 49 0 1 FA 62 3F
Octal 144 105 375 74 111 0 1 372 142 77
Binary 1100100 1000101 11111101 111100 1001001 0 1 11111010 1100010 111111

Color Harmonies of #6445FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6445FD

Black with #6445FD

Text Example


Text Example

White with #6445FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6445FD; }

 p { color: rgb(100,69,253); }

 H1.HeaderClassName
 {
   color: #6445FD;
 }
 .AnyTagClassName
 {
   color: #6445FD;
 }
</style>

background-color css

<style>
 a { background-color: #6445FD; }

 a { background-color: rgb(100,69,253); }

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

border-color css

<style>
 span { border-color: #6445FD; }

 span { border-color: rgb(100,69,253); }

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