Html Css Color HEX #394CED Neon Blue

📋 copy color: '#394CED'

red 57 ◦ green 76 ◦ blue 237

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

Shades of Neon Blue #394CED

Tints of Neon Blue #394CED

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.54%

 BLUE value IS 237 (92.97% from 255) = 64.05%

R = 15.41%
G = 20.54%
B = 64.05%

CMYK

 C value IS 0.76

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#394CED (or 0x394CED) is known color: Neon Blue. HEX triplet: 39, 4C and ED. RGB value is (57,76,237). Sum of RGB (Red+Green+Blue) = 57+76+237=370 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.41% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 237 (92.97% from 255 or 64.05% from 370); Max value from RGB is 237 - color contains mainly: blue. Hex color #394CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #394CED is #C6B312. Grayscale: #585858. Windows color (decimal): -13021971 or 15551545. OLE color: 15551545.

HSL color Cylindrical-coordinate representation of color #394CED: hue angle of 233.67º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #394CED is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 57 76 237 -
CMYK 0.76 0.68 0 0.07
HSL 233.67º 0.83% 0.58% -
HSV(B) 233.67º 0.76% 0.93% -
XYZ 19.56 12.15 81.44 -
YUV 88.67 211.71 105.41 -
System Red Green Blue C M Y K H S L
Decimal 57 76 237 0.76 0.68 0 0.07 233.67 0.83 0.58
Hex 39 4C ED 4C 44 0 7 EA 53 3A
Octal 71 114 355 114 104 0 7 352 123 72
Binary 111001 1001100 11101101 1001100 1000100 0 111 11101010 1010011 111010

Color Harmonies of #394CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394CED

Black with #394CED

Text Example


Text Example

White with #394CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394CED; }

 p { color: rgb(57,76,237); }

 H1.HeaderClassName
 {
   color: #394CED;
 }
 .AnyTagClassName
 {
   color: #394CED;
 }
</style>

background-color css

<style>
 a { background-color: #394CED; }

 a { background-color: rgb(57,76,237); }

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

border-color css

<style>
 span { border-color: #394CED; }

 span { border-color: rgb(57,76,237); }

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