Html Css Color HEX #383CED Neon Blue

📋 copy color: '#383CED'

red 56 ◦ green 60 ◦ blue 237

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

Shades of Neon Blue #383CED

Tints of Neon Blue #383CED

RGB

 RED value IS 56 (22.27% from 255) = 15.86%

 GREEN value IS 60 (23.83% from 255) = 17%

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

R = 15.86%
G = 17%
B = 67.14%

CMYK

 C value IS 0.76

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#383CED (or 0x383CED) is known color: Neon Blue. HEX triplet: 38, 3C and ED. RGB value is (56,60,237). Sum of RGB (Red+Green+Blue) = 56+60+237=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #383CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383CED is #C7C312. Grayscale: #4E4E4E. Windows color (decimal): -13091603 or 15547448. OLE color: 15547448.

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

Color convert

RGB 56 60 237 -
CMYK 0.76 0.75 0 0.07
HSL 238.67º 0.83% 0.57% -
HSV(B) 238.67º 0.76% 0.93% -
XYZ 18.53 10.19 81.11 -
YUV 78.98 217.17 111.61 -
System Red Green Blue C M Y K H S L
Decimal 56 60 237 0.76 0.75 0 0.07 238.67 0.83 0.57
Hex 38 3C ED 4C 4B 0 7 EF 53 39
Octal 70 74 355 114 113 0 7 357 123 71
Binary 111000 111100 11101101 1001100 1001011 0 111 11101111 1010011 111001

Color Harmonies of #383CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383CED

Black with #383CED

Text Example


Text Example

White with #383CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,60,237); }

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

background-color css

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

 a { background-color: rgb(56,60,237); }

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

border-color css

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

 span { border-color: rgb(56,60,237); }

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