Html Css Color HEX #383DFF Neon Blue

📋 copy color: '#383DFF'

red 56 ◦ green 61 ◦ blue 255

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

Shades of Neon Blue #383DFF

Tints of Neon Blue #383DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 68.55%

R = 15.05%
G = 16.4%
B = 68.55%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#383DFF (or 0x383DFF) is known color: Neon Blue. HEX triplet: 38, 3D and FF. RGB value is (56,61,255). Sum of RGB (Red+Green+Blue) = 56+61+255=372 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.05% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #383DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383DFF is #C7C200. Grayscale: #505050. Windows color (decimal): -13091329 or 16727352. OLE color: 16727352.

HSL color Cylindrical-coordinate representation of color #383DFF: hue angle of 238.49º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #383DFF is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 56 61 255 -
CMYK 0.78 0.76 0 0
HSL 238.49º 1% 0.61% -
HSV(B) 238.49º 0.78% 1% -
XYZ 21.35 11.4 95.68 -
YUV 81.62 225.84 109.73 -
System Red Green Blue C M Y K H S L
Decimal 56 61 255 0.78 0.76 0 0 238.49 1 0.61
Hex 38 3D FF 4E 4C 0 0 EE 64 3D
Octal 70 75 377 116 114 0 0 356 144 75
Binary 111000 111101 11111111 1001110 1001100 0 0 11101110 1100100 111101

Color Harmonies of #383DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383DFF

Black with #383DFF

Text Example


Text Example

White with #383DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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