Html Css Color HEX #6448FB Neon Blue

📋 copy color: '#6448FB'

red 100 ◦ green 72 ◦ blue 251

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

Shades of Neon Blue #6448FB

Tints of Neon Blue #6448FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 59.34%

R = 23.64%
G = 17.02%
B = 59.34%

CMYK

 C value IS 0.60

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6448FB (or 0x6448FB) is known color: Neon Blue. HEX triplet: 64, 48 and FB. RGB value is (100,72,251). Sum of RGB (Red+Green+Blue) = 100+72+251=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #6448FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6448FB is #9BB704. Grayscale: #646464. Windows color (decimal): -10204933 or 16468068. OLE color: 16468068.

HSL color Cylindrical-coordinate representation of color #6448FB: hue angle of 249.39º degrees, saturation: 0.96, 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 #6448FB is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 72 251 -
CMYK 0.60 0.71 0 0.02
HSL 249.39º 0.96% 0.63% -
HSV(B) 249.39º 0.71% 0.98% -
XYZ 24.99 14.31 92.71 -
YUV 100.78 212.78 127.45 -
System Red Green Blue C M Y K H S L
Decimal 100 72 251 0.60 0.71 0 0.02 249.39 0.96 0.63
Hex 64 48 FB 3C 47 0 2 F9 60 3F
Octal 144 110 373 74 107 0 2 371 140 77
Binary 1100100 1001000 11111011 111100 1000111 0 10 11111001 1100000 111111

Color Harmonies of #6448FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6448FB

Black with #6448FB

Text Example


Text Example

White with #6448FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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