Html Css Color HEX #4138FC Neon Blue

📋 copy color: '#4138FC'

red 65 ◦ green 56 ◦ blue 252

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

Shades of Neon Blue #4138FC

Tints of Neon Blue #4138FC

RGB

 RED value IS 65 (25.78% from 255) = 17.43%

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

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

R = 17.43%
G = 15.01%
B = 67.56%

CMYK

 C value IS 0.74

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4138FC (or 0x4138FC) is known color: Neon Blue. HEX triplet: 41, 38 and FC. RGB value is (65,56,252). Sum of RGB (Red+Green+Blue) = 65+56+252=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 252 (98.83% from 255 or 67.56% from 373); Max value from RGB is 252 - color contains mainly: blue. Hex color #4138FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4138FC is #BEC703. Grayscale: #505050. Windows color (decimal): -12502788 or 16529473. OLE color: 16529473.

HSL color Cylindrical-coordinate representation of color #4138FC: hue angle of 242.76º 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 #4138FC is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 65 56 252 -
CMYK 0.74 0.78 0 0.01
HSL 242.76º 0.97% 0.6% -
HSV(B) 242.76º 0.78% 0.99% -
XYZ 21.16 10.98 93.1 -
YUV 81.04 224.48 116.56 -
System Red Green Blue C M Y K H S L
Decimal 65 56 252 0.74 0.78 0 0.01 242.76 0.97 0.6
Hex 41 38 FC 4A 4E 0 1 F3 61 3C
Octal 101 70 374 112 116 0 1 363 141 74
Binary 1000001 111000 11111100 1001010 1001110 0 1 11110011 1100001 111100

Color Harmonies of #4138FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4138FC

Black with #4138FC

Text Example


Text Example

White with #4138FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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