Html Css Color HEX #6450F0 Neon Blue

📋 copy color: '#6450F0'

red 100 ◦ green 80 ◦ blue 240

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

Shades of Neon Blue #6450F0

Tints of Neon Blue #6450F0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.05%

 BLUE value IS 240 (94.14% from 255) = 57.14%

R = 23.81%
G = 19.05%
B = 57.14%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6450F0 (or 0x6450F0) is known color: Neon Blue. HEX triplet: 64, 50 and F0. RGB value is (100,80,240). Sum of RGB (Red+Green+Blue) = 100+80+240=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 240 (94.14% from 255 or 57.14% from 420); Max value from RGB is 240 - color contains mainly: blue. Hex color #6450F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6450F0 is #9BAF0F. Grayscale: #676767. Windows color (decimal): -10202896 or 15749220. OLE color: 15749220.

HSL color Cylindrical-coordinate representation of color #6450F0: hue angle of 247.5º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6450F0 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 80 240 -
CMYK 0.58 0.67 0 0.06
HSL 247.5º 0.84% 0.63% -
HSV(B) 247.5º 0.67% 0.94% -
XYZ 23.85 14.74 84.03 -
YUV 104.22 204.63 124.99 -
System Red Green Blue C M Y K H S L
Decimal 100 80 240 0.58 0.67 0 0.06 247.5 0.84 0.63
Hex 64 50 F0 3A 43 0 6 F8 54 3F
Octal 144 120 360 72 103 0 6 370 124 77
Binary 1100100 1010000 11110000 111010 1000011 0 110 11111000 1010100 111111

Color Harmonies of #6450F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6450F0

Black with #6450F0

Text Example


Text Example

White with #6450F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6450F0; }

 p { color: rgb(100,80,240); }

 H1.HeaderClassName
 {
   color: #6450F0;
 }
 .AnyTagClassName
 {
   color: #6450F0;
 }
</style>

background-color css

<style>
 a { background-color: #6450F0; }

 a { background-color: rgb(100,80,240); }

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

border-color css

<style>
 span { border-color: #6450F0; }

 span { border-color: rgb(100,80,240); }

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