Html Css Color HEX #3742FC Neon Blue

📋 copy color: '#3742FC'

red 55 ◦ green 66 ◦ blue 252

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

Shades of Neon Blue #3742FC

Tints of Neon Blue #3742FC

RGB

 RED value IS 55 (21.88% from 255) = 14.75%

 GREEN value IS 66 (26.17% from 255) = 17.69%

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

R = 14.75%
G = 17.69%
B = 67.56%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3742FC (or 0x3742FC) is known color: Neon Blue. HEX triplet: 37, 42 and FC. RGB value is (55,66,252). Sum of RGB (Red+Green+Blue) = 55+66+252=373 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.75% from 373); Green value is 66 (26.17% from 255 or 17.69% 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 #3742FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3742FC is #C8BD03. Grayscale: #535353. Windows color (decimal): -13155588 or 16532023. OLE color: 16532023.

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

Color convert

RGB 55 66 252 -
CMYK 0.78 0.74 0 0.01
HSL 236.65º 0.97% 0.6% -
HSV(B) 236.65º 0.78% 0.99% -
XYZ 21.09 11.74 93.25 -
YUV 83.92 222.86 107.38 -
System Red Green Blue C M Y K H S L
Decimal 55 66 252 0.78 0.74 0 0.01 236.65 0.97 0.6
Hex 37 42 FC 4E 4A 0 1 ED 61 3C
Octal 67 102 374 116 112 0 1 355 141 74
Binary 110111 1000010 11111100 1001110 1001010 0 1 11101101 1100001 111100

Color Harmonies of #3742FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3742FC

Black with #3742FC

Text Example


Text Example

White with #3742FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,66,252); }

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

background-color css

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

 a { background-color: rgb(55,66,252); }

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

border-color css

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

 span { border-color: rgb(55,66,252); }

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