Html Css Color HEX #4051FA Neon Blue

📋 copy color: '#4051FA'

red 64 ◦ green 81 ◦ blue 250

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

Shades of Neon Blue #4051FA

Tints of Neon Blue #4051FA

RGB

 RED value IS 64 (25.39% from 255) = 16.2%

 GREEN value IS 81 (32.03% from 255) = 20.51%

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

R = 16.2%
G = 20.51%
B = 63.29%

CMYK

 C value IS 0.74

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4051FA (or 0x4051FA) is known color: Neon Blue. HEX triplet: 40, 51 and FA. RGB value is (64,81,250). Sum of RGB (Red+Green+Blue) = 64+81+250=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #4051FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4051FA is #BFAE05. Grayscale: #5E5E5E. Windows color (decimal): -12561926 or 16404800. OLE color: 16404800.

HSL color Cylindrical-coordinate representation of color #4051FA: hue angle of 234.52º 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 #4051FA is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 81 250 -
CMYK 0.74 0.68 0 0.02
HSL 234.52º 0.95% 0.62% -
HSV(B) 234.52º 0.74% 0.98% -
XYZ 22.31 13.88 91.95 -
YUV 95.18 215.37 105.76 -
System Red Green Blue C M Y K H S L
Decimal 64 81 250 0.74 0.68 0 0.02 234.52 0.95 0.62
Hex 40 51 FA 4A 44 0 2 EB 5F 3E
Octal 100 121 372 112 104 0 2 353 137 76
Binary 1000000 1010001 11111010 1001010 1000100 0 10 11101011 1011111 111110

Color Harmonies of #4051FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4051FA

Black with #4051FA

Text Example


Text Example

White with #4051FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,81,250); }

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

background-color css

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

 a { background-color: rgb(64,81,250); }

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

border-color css

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

 span { border-color: rgb(64,81,250); }

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