Html Css Color HEX #383DED Neon Blue

📋 copy color: '#383DED'

red 56 ◦ green 61 ◦ blue 237

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

Shades of Neon Blue #383DED

Tints of Neon Blue #383DED

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.23%

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

R = 15.82%
G = 17.23%
B = 66.95%

CMYK

 C value IS 0.76

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#383DED (or 0x383DED) is known color: Neon Blue. HEX triplet: 38, 3D and ED. RGB value is (56,61,237). Sum of RGB (Red+Green+Blue) = 56+61+237=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 237 (92.97% from 255 or 66.95% from 354); Max value from RGB is 237 - color contains mainly: blue. Hex color #383DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383DED is #C7C212. Grayscale: #4E4E4E. Windows color (decimal): -13091347 or 15547704. OLE color: 15547704.

HSL color Cylindrical-coordinate representation of color #383DED: hue angle of 238.34º 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 #383DED is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 61 237 -
CMYK 0.76 0.74 0 0.07
HSL 238.34º 0.83% 0.57% -
HSV(B) 238.34º 0.76% 0.93% -
XYZ 18.59 10.29 81.13 -
YUV 79.57 216.84 111.19 -
System Red Green Blue C M Y K H S L
Decimal 56 61 237 0.76 0.74 0 0.07 238.34 0.83 0.57
Hex 38 3D ED 4C 4A 0 7 EE 53 39
Octal 70 75 355 114 112 0 7 356 123 71
Binary 111000 111101 11101101 1001100 1001010 0 111 11101110 1010011 111001

Color Harmonies of #383DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383DED

Black with #383DED

Text Example


Text Example

White with #383DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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