Html Css Color HEX #4051FD Neon Blue

📋 copy color: '#4051FD'

red 64 ◦ green 81 ◦ blue 253

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

Shades of Neon Blue #4051FD

Tints of Neon Blue #4051FD

RGB

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

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

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

R = 16.08%
G = 20.35%
B = 63.57%

CMYK

 C value IS 0.75

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4051FD (or 0x4051FD) is known color: Neon Blue. HEX triplet: 40, 51 and FD. RGB value is (64,81,253). Sum of RGB (Red+Green+Blue) = 64+81+253=398 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.08% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #4051FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4051FD is #BFAE02. Grayscale: #5E5E5E. Windows color (decimal): -12561923 or 16601408. OLE color: 16601408.

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

Color convert

RGB 64 81 253 -
CMYK 0.75 0.68 0 0.01
HSL 234.6º 0.98% 0.62% -
HSV(B) 234.6º 0.75% 0.99% -
XYZ 22.79 14.07 94.44 -
YUV 95.53 216.87 105.51 -
System Red Green Blue C M Y K H S L
Decimal 64 81 253 0.75 0.68 0 0.01 234.6 0.98 0.62
Hex 40 51 FD 4B 44 0 1 EB 62 3E
Octal 100 121 375 113 104 0 1 353 142 76
Binary 1000000 1010001 11111101 1001011 1000100 0 1 11101011 1100010 111110

Color Harmonies of #4051FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4051FD

Black with #4051FD

Text Example


Text Example

White with #4051FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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