Html Css Color HEX #4038FC Neon Blue

📋 copy color: '#4038FC'

red 64 ◦ green 56 ◦ blue 252

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

Shades of Neon Blue #4038FC

Tints of Neon Blue #4038FC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.05%

 BLUE value IS 252 (98.83% from 255) = 67.74%

R = 17.2%
G = 15.05%
B = 67.74%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4038FC (or 0x4038FC) is known color: Neon Blue. HEX triplet: 40, 38 and FC. RGB value is (64,56,252). Sum of RGB (Red+Green+Blue) = 64+56+252=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 252 (98.83% from 255 or 67.74% from 372); Max value from RGB is 252 - color contains mainly: blue. Hex color #4038FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4038FC is #BFC703. Grayscale: #4F4F4F. Windows color (decimal): -12568324 or 16529472. OLE color: 16529472.

HSL color Cylindrical-coordinate representation of color #4038FC: hue angle of 242.45º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4038FC is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 56 252 -
CMYK 0.75 0.78 0 0.01
HSL 242.45º 0.97% 0.6% -
HSV(B) 242.45º 0.78% 0.99% -
XYZ 21.1 10.95 93.1 -
YUV 80.74 224.65 116.06 -
System Red Green Blue C M Y K H S L
Decimal 64 56 252 0.75 0.78 0 0.01 242.45 0.97 0.6
Hex 40 38 FC 4B 4E 0 1 F2 61 3C
Octal 100 70 374 113 116 0 1 362 141 74
Binary 1000000 111000 11111100 1001011 1001110 0 1 11110010 1100001 111100

Color Harmonies of #4038FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4038FC

Black with #4038FC

Text Example


Text Example

White with #4038FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4038FC; }

 p { color: rgb(64,56,252); }

 H1.HeaderClassName
 {
   color: #4038FC;
 }
 .AnyTagClassName
 {
   color: #4038FC;
 }
</style>

background-color css

<style>
 a { background-color: #4038FC; }

 a { background-color: rgb(64,56,252); }

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

border-color css

<style>
 span { border-color: #4038FC; }

 span { border-color: rgb(64,56,252); }

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