Html Css Color HEX #6448FA Neon Blue

📋 copy color: '#6448FA'

red 100 ◦ green 72 ◦ blue 250

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

Shades of Neon Blue #6448FA

Tints of Neon Blue #6448FA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.06%

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

R = 23.7%
G = 17.06%
B = 59.24%

CMYK

 C value IS 0.6

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6448FA (or 0x6448FA) is known color: Neon Blue. HEX triplet: 64, 48 and FA. RGB value is (100,72,250). Sum of RGB (Red+Green+Blue) = 100+72+250=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #6448FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6448FA is #9BB705. Grayscale: #636363. Windows color (decimal): -10204934 or 16402532. OLE color: 16402532.

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

Color convert

RGB 100 72 250 -
CMYK 0.6 0.71 0 0.02
HSL 249.44º 0.95% 0.63% -
HSV(B) 249.44º 0.71% 0.98% -
XYZ 24.83 14.25 91.88 -
YUV 100.66 212.28 127.53 -
System Red Green Blue C M Y K H S L
Decimal 100 72 250 0.6 0.71 0 0.02 249.44 0.95 0.63
Hex 64 48 FA 3C 47 0 2 F9 5F 3F
Octal 144 110 372 74 107 0 2 371 137 77
Binary 1100100 1001000 11111010 111100 1000111 0 10 11111001 1011111 111111

Color Harmonies of #6448FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6448FA

Black with #6448FA

Text Example


Text Example

White with #6448FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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