Html Css Color HEX #392FFD Neon Blue

📋 copy color: '#392FFD'

red 57 ◦ green 47 ◦ blue 253

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

Shades of Neon Blue #392FFD

Tints of Neon Blue #392FFD

RGB

 RED value IS 57 (22.66% from 255) = 15.97%

 GREEN value IS 47 (18.75% from 255) = 13.17%

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

R = 15.97%
G = 13.17%
B = 70.87%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#392FFD (or 0x392FFD) is known color: Neon Blue. HEX triplet: 39, 2F and FD. RGB value is (57,47,253). Sum of RGB (Red+Green+Blue) = 57+47+253=357 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.97% from 357); Green value is 47 (18.75% from 255 or 13.17% from 357); Blue value is 253 (99.22% from 255 or 70.87% from 357); Max value from RGB is 253 - color contains mainly: blue. Hex color #392FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #392FFD is #C6D002. Grayscale: #484848. Windows color (decimal): -13029379 or 16592697. OLE color: 16592697.

HSL color Cylindrical-coordinate representation of color #392FFD: hue angle of 242.91º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #392FFD is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 57 47 253 -
CMYK 0.77 0.81 0 0.01
HSL 242.91º 0.98% 0.59% -
HSV(B) 242.91º 0.81% 0.99% -
XYZ 20.43 9.99 93.78 -
YUV 73.47 229.31 116.25 -
System Red Green Blue C M Y K H S L
Decimal 57 47 253 0.77 0.81 0 0.01 242.91 0.98 0.59
Hex 39 2F FD 4D 51 0 1 F3 62 3B
Octal 71 57 375 115 121 0 1 363 142 73
Binary 111001 101111 11111101 1001101 1010001 0 1 11110011 1100010 111011

Color Harmonies of #392FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392FFD

Black with #392FFD

Text Example


Text Example

White with #392FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392FFD; }

 p { color: rgb(57,47,253); }

 H1.HeaderClassName
 {
   color: #392FFD;
 }
 .AnyTagClassName
 {
   color: #392FFD;
 }
</style>

background-color css

<style>
 a { background-color: #392FFD; }

 a { background-color: rgb(57,47,253); }

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

border-color css

<style>
 span { border-color: #392FFD; }

 span { border-color: rgb(57,47,253); }

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