Html Css Color HEX #4053FA Neon Blue

📋 copy color: '#4053FA'

red 64 ◦ green 83 ◦ blue 250

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

Shades of Neon Blue #4053FA

Tints of Neon Blue #4053FA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.91%

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

R = 16.12%
G = 20.91%
B = 62.97%

CMYK

 C value IS 0.74

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4053FA (or 0x4053FA) is known color: Neon Blue. HEX triplet: 40, 53 and FA. RGB value is (64,83,250). Sum of RGB (Red+Green+Blue) = 64+83+250=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #4053FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4053FA is #BFAC05. Grayscale: #5F5F5F. Windows color (decimal): -12561414 or 16405312. OLE color: 16405312.

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

Color convert

RGB 64 83 250 -
CMYK 0.74 0.67 0 0.02
HSL 233.87º 0.95% 0.62% -
HSV(B) 233.87º 0.74% 0.98% -
XYZ 22.46 14.18 92 -
YUV 96.36 214.71 104.92 -
System Red Green Blue C M Y K H S L
Decimal 64 83 250 0.74 0.67 0 0.02 233.87 0.95 0.62
Hex 40 53 FA 4A 43 0 2 EA 5F 3E
Octal 100 123 372 112 103 0 2 352 137 76
Binary 1000000 1010011 11111010 1001010 1000011 0 10 11101010 1011111 111110

Color Harmonies of #4053FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4053FA

Black with #4053FA

Text Example


Text Example

White with #4053FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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